MIDIInputOpen
(Method)

Purpose: Opens the MIDI-Input Port and starts reading the MIDI-Input.

Syntax: CtlName.MIDIInputOpen

Arguments: None.

Example:
Private Sub Command1_Click()
____'Start reading MIDI port.
____SoundCard1.MIDIInputOpen
End Sub

Private Sub Command2_Click()
____'Stop reading MIDI port.
____SoundCard1.MIDIInputClose
End Sub

Comments: MIDIInput must be opened before using the MIDIIn Events.

See Also:
MIDIInputClose
MIDIOutputOpen
MIDIOutputClose

Index